monk.e.boy
unread,May 19, 2008, 12:18:20 PM5/19/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to beautifulsoup
Hi,
I am using 3.0.4 and every now and then I'll get:
'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in
range(128)
Traceback (most recent call last):
soup = BeautifulSoup(html) #,fromEncoding='utf-8')
BeautifulStoneSoup.__init__(self, *args, **kwargs)
self._feed()
SGMLParser.feed(self, markup)
self.goahead(0)
k = self.parse_starttag(i)
Is anyone else getting this error?
monk.e.boy